/*mod01*/
.mod01 { 
    width:100%; 
    height:auto; 
}
.mod01_top { 
    height: 40px; 
   line-height: 36px;
    border-bottom: 2px solid #8bdfc6;
}
.titleL{ 
   
    font-weight: 600;
    border-bottom: 4px solid #8bdfc6;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #1c3e33;
}
.titleR{ 
    margin: 5px 5px 0 0;
}

/*响应式代码*/
@media (max-width:800px) {
       .mod01_top{width:100%;}
      
}